home *** CD-ROM | disk | FTP | other *** search
- ;
- ; GIFV.SLV
- ;
- ; This script file will go thru all files on the ROOT of Drive G: that GIF-
- ; REED supports and remove the TOP 16 colors in the color map, thus making
- ; the image ready for Windows with NO distortion!
- ;
- change-path g:\*.?
- :loop
- loadnext :exit
- adjust-for-windows
- write
- goto :loop
- :exit
-
-
-
-